Licensing and Makefile standards
This commit is contained in:
22
Makefile
22
Makefile
@@ -1,6 +1,19 @@
|
||||
INSTALLER != curl -s https://aninix.net/foundation/installer-test.bash | /bin/bash
|
||||
|
||||
all: c csharp java bash php hack perl
|
||||
echo Done;
|
||||
|
||||
compile:
|
||||
[ -f helloworld.c ]
|
||||
|
||||
install: compile
|
||||
@echo This project cannot be installed.
|
||||
|
||||
test: all
|
||||
|
||||
clean:
|
||||
@echo Nothing to do.
|
||||
|
||||
c: helloworld.c /usr/bin/gcc
|
||||
gcc -o helloworld helloworld.c
|
||||
./helloworld
|
||||
@@ -27,3 +40,12 @@ csharp: helloworld.csharp /usr/bin/mono /usr/bin/mcs
|
||||
mcs helloworld.csharp
|
||||
mono helloworld.exe
|
||||
rm helloworld.exe
|
||||
|
||||
diff:
|
||||
@echo Nothing to do.
|
||||
|
||||
reverse:
|
||||
@echo Nothing to do.
|
||||
|
||||
checkperm:
|
||||
@echo Nothing to do.
|
||||
|
Reference in New Issue
Block a user