9 lines
161 B
Makefile
Executable File
9 lines
161 B
Makefile
Executable File
include $(SDKROOT)/build/config.mk
|
|
|
|
SAMPNAME := $(shell basename `pwd`)
|
|
|
|
#SAMP_SRCS := $(wildcard *.c)
|
|
SAMP_SRCS := vgs_test.c
|
|
|
|
include $(SDKROOT)/build/apps.mk
|