File: Makefile

package info (click to toggle)
atari800 0.9.8a-2
  • links: PTS
  • area: contrib
  • in suites: potato, slink
  • size: 1,844 kB
  • ctags: 3,008
  • sloc: ansic: 29,881; asm: 2,142; makefile: 78; sh: 8
file content (10 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
all:
	@echo There are five different Makefiles for four supported architectures:
	@echo
	@echo For UNIX type \"cp Makefile.unix Makefile\"
	@echo For Amiga copy Makefile.amiga to Makefile
	@echo For MS-DOS type \"copy Makefile.dos Makefile\"
	@echo For MS-DOS with Allegro lib type \"copy Makefile.allegro Makefile\"
	@echo For Falcon type \"cp Makefile.falcon Makefile\"
	@echo
	@echo After that you can type \"make\" again.