File: Makefile

package info (click to toggle)
uml-utilities 20060323-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 660 kB
  • ctags: 413
  • sloc: ansic: 3,231; perl: 930; makefile: 224; sh: 215; exp: 129
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
all :

install :
	install -d $(DESTDIR)$(BIN_DIR)
	install -m 755 umlgdb $(DESTDIR)$(BIN_DIR)

clean :
	rm -f *~