OSDN Git Service

modified: Project 16.bfproject
[proj16/16.git] / lib / wtest / makefile
1 CFLAGS=-0
2
3 all: wtest.exe
4
5 wtest.exe: wtest.obj
6         wcl $(CFLAGS) $<
7
8 wtest.obj: wtest.c
9         wcl $(CFLAGS) -c $<
10
11 .NOCHECK
12 clean:
13         del *.exe
14         del *.obj