mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 02:10:09 -04:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
LEVEL = ../../../make
|
|
|
|
C_SOURCES := myModule.c
|
|
|
|
OBJC_SOURCES := main.m
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
CFLAGS += -fmodules -I$(PWD)
|