diff --git a/Makefile b/Makefile index 3dacd5f..6876f14 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # the "invention" Makefile for `objconv' compilation with gcc -SRCS = *.cpp +SRCS = src/*.cpp OBJS = $(shell ls ${SRCS} | sed -e 's/\.cpp/.o/') DEBUG =