Adjusted makefiles

This commit is contained in:
John Jones 2016-11-07 16:29:30 -05:00
parent 841c3f93cd
commit 8d82e8235b
20 changed files with 51 additions and 24 deletions

View file

@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -O0
LFLAGS =
DEPS = init.h
DEPS =
OBJS = init.o main.o ../../commands/argument.o
%.o: %.c $(DEPS)