testing stuff
This commit is contained in:
parent
e50d043952
commit
b3ee3f3357
18 changed files with 2820 additions and 48 deletions
3
Makefile
3
Makefile
|
@ -19,6 +19,9 @@ objdir:
|
|||
run: $(BINARY)
|
||||
./$(BINARY)
|
||||
|
||||
debug: $(BINARY)
|
||||
gdb $(BINARY)
|
||||
|
||||
clean:
|
||||
rm -rf $(OBJ) $(BINARY)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue