equal
deleted
inserted
replaced
13 loopwavequeue$(EXE) \ |
13 loopwavequeue$(EXE) \ |
14 testatomic$(EXE) \ |
14 testatomic$(EXE) \ |
15 testaudioinfo$(EXE) \ |
15 testaudioinfo$(EXE) \ |
16 testautomation$(EXE) \ |
16 testautomation$(EXE) \ |
17 testbounds$(EXE) \ |
17 testbounds$(EXE) \ |
|
18 testcustomcursor$(EXE) \ |
18 testdraw2$(EXE) \ |
19 testdraw2$(EXE) \ |
19 testdrawchessboard$(EXE) \ |
20 testdrawchessboard$(EXE) \ |
20 testdropfile$(EXE) \ |
21 testdropfile$(EXE) \ |
21 testerror$(EXE) \ |
22 testerror$(EXE) \ |
22 testfile$(EXE) \ |
23 testfile$(EXE) \ |
276 $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
277 $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
277 |
278 |
278 testbounds$(EXE): $(srcdir)/testbounds.c |
279 testbounds$(EXE): $(srcdir)/testbounds.c |
279 $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
280 $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
280 |
281 |
|
282 testcustomcursor$(EXE): $(srcdir)/testcustomcursor.c |
|
283 $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
|
284 |
281 controllermap$(EXE): $(srcdir)/controllermap.c |
285 controllermap$(EXE): $(srcdir)/controllermap.c |
282 $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
286 $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
283 |
287 |
284 |
288 |
285 clean: |
289 clean: |