Skip to content

Commit

Permalink
Temporary clean before build to avoid confusion of new EXE name
Browse files Browse the repository at this point in the history
  • Loading branch information
nir9 committed Jan 27, 2024
1 parent 7291df1 commit 97f9f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LD = link
EXEC = lightwm.exe
DLL = lightwm_dll.dll

all: $(DLL) $(EXEC)
all: clean $(DLL) $(EXEC)

$(EXEC): wm.c
$(CC) wm.c tiling.c error.c user32.lib /link /out:$(EXEC)
Expand Down

0 comments on commit 97f9f62

Please sign in to comment.