Files
2013-04-06 16:48:33 +02:00

28 lines
314 B
Makefile

# -*- Makefile -*- for gettext-tools/projects
#### Start of system configuration section. ####
#### End of system configuration section. ####
SHELL = /bin/sh
all :
install : all
installdirs :
uninstall :
check :
mostlyclean : clean
clean : force
distclean : clean
maintainer-clean : distclean
force :