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