committed by
Masamichi Takagi
parent
c716e87c53
commit
ec99adde4a
14
test/issues/998+999/Makefile
Normal file
14
test/issues/998+999/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
CC = gcc
|
||||
TARGET=
|
||||
|
||||
CPPFLAGS =
|
||||
LDFLAGS =
|
||||
|
||||
all:
|
||||
|
||||
test: all
|
||||
@sh ./C998+999.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o
|
||||
|
||||
Reference in New Issue
Block a user