sherpa/Makefile

5 lines
133 B
Makefile
Raw Normal View History

sherpa: sherpa.c
$(CC) sherpa.c -o sherpa -Wall
printf("Installing latest version of sherpa...")
printf("Installed successfully")