9 lines
117 B
Makefile
9 lines
117 B
Makefile
LEVEL = ../../make
|
|
|
|
C_SOURCES := main.c
|
|
LD_EXTRAS := -lpthread
|
|
|
|
EXE := AttachResume
|
|
|
|
include $(LEVEL)/Makefile.rules
|