Check that the current directory is named correctly for package building
[stand.git] / Makefile
blobfdfbe6fbf49d0db78ccde0f4a9b50750e2a35171
1 .PHONY : install clean all
3 all :
5 clean :
7 install :
8 install -d $(DESTDIR)/usr/bin/
9 install ./stand $(DESTDIR)/usr/bin/
10 install -d $(DESTDIR)/usr/share/doc/stand/
11 cp -a README $(DESTDIR)/usr/share/doc/stand/