Subversion Repositories Tewi

Rev

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

Rev 40 Rev 62
Line 1... Line 1...
1
# $Id: Makefile 40 2024-09-17 12:31:08Z nishi $
1
# $Id: Makefile 62 2024-09-18 20:02:26Z 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 $(LIB)
6
.SUFFIXES: .c .o $(LIB)
Line 12... Line 12...
12
 
12
 
13
.c.o:
13
.c.o:
14
	$(CC) $(CFLAGS) -c -o $@ $<
14
	$(CC) $(CFLAGS) -c -o $@ $<
15
 
15
 
16
clean:
16
clean:
17
	rm -f *.o *.so *.a
17
	rm -f *.o *.so *.a *.dll