diff --git a/Applications/About/Makefile b/Applications/About/Makefile index 323301360ea..c9ab2bf2625 100644 --- a/Applications/About/Makefile +++ b/Applications/About/Makefile @@ -18,5 +18,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Applications/Downloader/Makefile b/Applications/Downloader/Makefile index cfd0bb3011a..089261a6f2a 100644 --- a/Applications/Downloader/Makefile +++ b/Applications/Downloader/Makefile @@ -18,5 +18,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Applications/FileManager/Makefile b/Applications/FileManager/Makefile index b360b66d16c..d915d82c364 100644 --- a/Applications/FileManager/Makefile +++ b/Applications/FileManager/Makefile @@ -19,5 +19,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Applications/FontEditor/Makefile b/Applications/FontEditor/Makefile index b044d72878d..08817ae0bb0 100644 --- a/Applications/FontEditor/Makefile +++ b/Applications/FontEditor/Makefile @@ -21,5 +21,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Applications/IRCClient/Makefile b/Applications/IRCClient/Makefile index 971f1dcde2f..8fdecb01700 100644 --- a/Applications/IRCClient/Makefile +++ b/Applications/IRCClient/Makefile @@ -27,5 +27,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Applications/Launcher/Makefile b/Applications/Launcher/Makefile index 8a39790710e..9a5aac070af 100644 --- a/Applications/Launcher/Makefile +++ b/Applications/Launcher/Makefile @@ -18,5 +18,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Applications/ProcessManager/Makefile b/Applications/ProcessManager/Makefile index 8844330d7ce..25949462096 100644 --- a/Applications/ProcessManager/Makefile +++ b/Applications/ProcessManager/Makefile @@ -22,5 +22,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Applications/Taskbar/Makefile b/Applications/Taskbar/Makefile index 8e15cb6cb67..866711fe402 100644 --- a/Applications/Taskbar/Makefile +++ b/Applications/Taskbar/Makefile @@ -21,5 +21,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Applications/Terminal/Makefile b/Applications/Terminal/Makefile index 04e40c01e23..4d0e7ce4717 100644 --- a/Applications/Terminal/Makefile +++ b/Applications/Terminal/Makefile @@ -19,5 +19,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Applications/TextEditor/Makefile b/Applications/TextEditor/Makefile index 4c8dc105c7d..a649e02bdf0 100644 --- a/Applications/TextEditor/Makefile +++ b/Applications/TextEditor/Makefile @@ -18,5 +18,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Demos/HelloWorld/Makefile b/Demos/HelloWorld/Makefile index fe106ee912d..1c2055b8fdb 100644 --- a/Demos/HelloWorld/Makefile +++ b/Demos/HelloWorld/Makefile @@ -18,5 +18,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/DevTools/VisualBuilder/Makefile b/DevTools/VisualBuilder/Makefile index 27f8dcdc5d1..e2c88426f84 100644 --- a/DevTools/VisualBuilder/Makefile +++ b/DevTools/VisualBuilder/Makefile @@ -24,5 +24,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Games/Minesweeper/Makefile b/Games/Minesweeper/Makefile index 2c933357589..81e3948df05 100644 --- a/Games/Minesweeper/Makefile +++ b/Games/Minesweeper/Makefile @@ -19,5 +19,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Games/Snake/Makefile b/Games/Snake/Makefile index 75523458d1a..f0af9d7cef4 100644 --- a/Games/Snake/Makefile +++ b/Games/Snake/Makefile @@ -19,5 +19,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Servers/LookupServer/Makefile b/Servers/LookupServer/Makefile index 2833309fbc4..b85335b4d5e 100644 --- a/Servers/LookupServer/Makefile +++ b/Servers/LookupServer/Makefile @@ -19,5 +19,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Servers/WindowServer/Makefile b/Servers/WindowServer/Makefile index 542ff484087..6cfd85e28f6 100644 --- a/Servers/WindowServer/Makefile +++ b/Servers/WindowServer/Makefile @@ -44,5 +44,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d diff --git a/Shell/Makefile b/Shell/Makefile index fd04ce37a26..9cfea5c6941 100644 --- a/Shell/Makefile +++ b/Shell/Makefile @@ -20,5 +20,5 @@ $(APP): $(OBJS) -include $(OBJS:%.o=%.d) clean: - @echo "CLEAN"; rm -f $(APPS) $(OBJS) *.d + @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d