Skip to content

Commit

Permalink
minor tidy-up to Makefile.os2
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 9, 2020
1 parent b79832b commit 05438b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.os2
Expand Up @@ -71,8 +71,8 @@ MOBJS= $(MSRCS:.c=.obj)

.c: ./src;./src/dynapi;./src/audio;./src/cpuinfo;./src/events;./src/file;./src/haptic;./src/joystick;./src/power;./src/render;./src/render/software;./src/sensor;./src/stdlib;./src/thread;./src/timer;./src/video;./src/video/yuv2rgb;./src/atomic;./src/audio/disk;
.c: ./src/haptic/dummy;./src/joystick/dummy;./src/audio/dummy;./src/video/dummy;./src/sensor/dummy;
.c: ./src/loadso/dummy;./src/filesystem/dummy;./src/timer/dummy;./src/thread/generic;./src/locale/;./src/locale/unix
.c: ./src/misc;./src/misc/dummy
.c: ./src/loadso/dummy;./src/filesystem/dummy;./src/timer/dummy;./src/thread/generic;
.c: ./src/locale/;./src/locale/unix;./src/misc;./src/misc/dummy;

all: $(DLLFILE) $(LIBFILE) .symbolic

Expand Down

0 comments on commit 05438b2

Please sign in to comment.