diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-06 17:44:14 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-06 17:44:14 +0100 |
commit | c3cf54e0da21b901d238452215e1d93478ba954b (patch) | |
tree | c8ec998dd4400b14c70e3ae967d6cba10cfc4e38 /Makefile | |
parent | Experiment (diff) | |
download | 42-cub3d-c3cf54e0da21b901d238452215e1d93478ba954b.tar.gz 42-cub3d-c3cf54e0da21b901d238452215e1d93478ba954b.tar.bz2 42-cub3d-c3cf54e0da21b901d238452215e1d93478ba954b.tar.xz 42-cub3d-c3cf54e0da21b901d238452215e1d93478ba954b.tar.zst 42-cub3d-c3cf54e0da21b901d238452215e1d93478ba954b.zip |
Reverted Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -default: run +default: all #==============================================================================# #--------------------------------- Shell --------------------------------------# #==============================================================================# |