summaryrefslogtreecommitdiff
path: root/Makefile
blob: e130cfed58ff2ab9e633d90d88eb495008110610 (plain) (blame)
1
2
3
4
5
6
7
8
make:
	cd ./libterm; make
	gcc -c motd.c
	gcc -c microbbs.c
	gcc -c buildinfo.c
	gcc -c sysinfo.c
	gcc -c articles.c
	gcc buildinfo.o motd.o microbbs.o sysinfo.o articles.o libterm/libterm.o -o microbbs