initialized flag and program counter registers
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
TARGET ?= a.out
|
||||
SRC_DIRS ?= ./src
|
||||
|
||||
@@ -19,3 +18,5 @@ clean:
|
||||
$(RM) $(TARGET) $(OBJS) $(DEPS)
|
||||
|
||||
-include $(DEPS)
|
||||
|
||||
# if "make" does not work on shell, try "make -d"
|
||||
Reference in New Issue
Block a user