diff options
Diffstat (limited to 'c/Makefile')
-rwxr-xr-x | c/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,3 +3,6 @@ CC = gcc all : $(CC) rvs.c -Wall -ansi -g -o rvs + +test : + $(CC) test.c -Wall -ansi -g -o test |
![]() |
index : thing | |
The beginnings of a distro I worked on in 2009-2010 (then I found Parabola in 2011) | Luke T. Shumaker |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | c/Makefile | 3 |
@@ -3,3 +3,6 @@ CC = gcc all : $(CC) rvs.c -Wall -ansi -g -o rvs + +test : + $(CC) test.c -Wall -ansi -g -o test |