be more confident
This commit is contained in:
parent
cad0e29978
commit
6b26b25567
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,3 @@
|
||||||
# This makefile should work for both GNU and BSD Make I think...
|
|
||||||
|
|
||||||
SRCDIR = ./compiler
|
SRCDIR = ./compiler
|
||||||
COMPILER_SRCS != find $(SRCDIR) -type f -name '*.c'
|
COMPILER_SRCS != find $(SRCDIR) -type f -name '*.c'
|
||||||
COMPILER_OBJS := $(COMPILER_SRCS:.c=.o)
|
COMPILER_OBJS := $(COMPILER_SRCS:.c=.o)
|
||||||
|
|
Loading…
Add table
Reference in a new issue