Subversion Repositories Tewi

Rev

Rev 62 | Rev 128 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62 Rev 75
Line 1... Line 1...
1
# $Id: Makefile 62 2024-09-18 20:02:26Z nishi $
1
# $Id: Makefile 75 2024-09-19 10:27:29Z nishi $
2
 
2
 
3
include $(PWD)/Platform/$(PLATFORM).mk
3
include $(PWD)/Platform/$(PLATFORM).mk
4
 
4
 
5
.PHONY: all clean
5
.PHONY: all clean
6
.SUFFIXES: .c .o
6
.SUFFIXES: .c .o
Line 17... Line 17...
17
 
17
 
18
tewi.res: tewi.rc tewi.ico
18
tewi.res: tewi.rc tewi.ico
19
	$(WINDRES) tewi.rc -O coff -o $@
19
	$(WINDRES) tewi.rc -O coff -o $@
20
 
20
 
21
clean:
21
clean:
22
	rm -f *.o tewi *.exe
22
	rm -f *.o tewi *.exe *.res