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