summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e130cfe..e8cd73f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,7 @@ make:
gcc -c sysinfo.c
gcc -c articles.c
gcc buildinfo.o motd.o microbbs.o sysinfo.o articles.o libterm/libterm.o -o microbbs
+
+clean:
+ rm -rf *.o microbbs
+ cd ./libterm; make clean