Add testmouse
This commit is contained in:
committed by
Sam Lantinga
parent
10d3df44f1
commit
830206581b
@@ -43,6 +43,7 @@ TARGETS = \
|
||||
testlocale$(EXE) \
|
||||
testlock$(EXE) \
|
||||
testmessage$(EXE) \
|
||||
testmouse$(EXE) \
|
||||
testmultiaudio$(EXE) \
|
||||
testnative$(EXE) \
|
||||
testoverlay2$(EXE) \
|
||||
@@ -326,6 +327,9 @@ testvulkan$(EXE): $(srcdir)/testvulkan.c
|
||||
testlocale$(EXE): $(srcdir)/testlocale.c
|
||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
|
||||
|
||||
testmouse$(EXE): $(srcdir)/testmouse.c
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
||||
|
||||
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user