File: Makefile

package info (click to toggle)
libntlm 1.8-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: sh: 1,064; ansic: 926; makefile: 45
file content (6 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
dumper: dumper.c getargs.o
	gcc -g -I.. -o dumper dumper.c getargs.o ../libntlm.a
	
clean:
	rm -f *.a *.o dumper *.bak *~ \#*\#