Rewritten man page. Removed large dependencies by writing directly for man.

This commit is contained in:
Tiehuis
2015-02-22 16:08:11 +13:00
parent c8e55ed6e9
commit d8cef1def4
3 changed files with 60 additions and 18 deletions

View File

@@ -24,7 +24,6 @@ obj/%.o: src/%.c
remake: clean all
clean:
rm -f obj/*
rm -f 2048
rm -f $(O_FILES) $(PROGRAM)
.PHONY: clean remake