mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 18:30:08 -04:00
6 lines
129 B
Makefile
6 lines
129 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := class.m
|
|
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|