Adjusted makefiles
This commit is contained in:
parent
841c3f93cd
commit
8d82e8235b
20 changed files with 51 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
CC = gcc
|
||||
CFLAGS = -O0
|
||||
LFLAGS =
|
||||
DEPS = init.h
|
||||
DEPS =
|
||||
OBJS = init.o main.o ../../commands/argument.o
|
||||
|
||||
%.o: %.c $(DEPS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue