File: Makefile

package info (click to toggle)
newspost 2.1.1-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 404 kB
  • ctags: 469
  • sloc: ansic: 4,893; makefile: 120; sh: 72
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
all: test encode.o nntp.o newspost.o socket.o utils.o

test:
	$(CC) $(CFLAGS) -o test test.c
	./test
	-rm -f test test.o

clean:
	-rm -f test *.o *~