diff options
Diffstat (limited to 'apps/wm/Makefile')
-rw-r--r-- | apps/wm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wm/Makefile b/apps/wm/Makefile index 48ed1d3..abceef7 100644 --- a/apps/wm/Makefile +++ b/apps/wm/Makefile @@ -4,7 +4,7 @@ OBJS = wm.o all: $(OBJS) @mkdir -p $(BUILD)/apps/wm/ - @$(LD) -o $(BUILD)/apps/wm/exec $(LDFLAGS) $< -lgui -ltxt -lc + @$(LD) -o $(BUILD)/apps/wm/exec $(LDFLAGS) $^ -lgui -ltxt -lc clean: @$(RM) -f $(OBJS) |