# check that these paths are correct and run as root # # alternatively - change paths appropriately - you will know what that # means if you consider this option TARGET = artofwar STRMAKER = /usr/bin/strfile DESTDIR = /usr/share/games/fortunes/ all: $(TARGET).dat install $(TARGET).dat: $(TARGET) $(STRMAKER) $(TARGET) install: @cp -f $(TARGET) $(DESTDIR) @cp -f $(TARGET).dat $(DESTDIR)