Skip to content

Commit

Permalink
fixed "clean" on every make
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvraj1803 committed Jan 20, 2024
1 parent fd49e5d commit e65a7fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ kernel8.img : $(OBJ)

.PHONY: deltaOS
deltaOS:
cd ./guests/deltaOS/ && make clean
cd ./guests/deltaOS/ && make

.PHONY: run
Expand Down

0 comments on commit e65a7fb

Please sign in to comment.