OSDN Git Service

Dockerfile for ubuntu16.04
[fulcon/Fulcon.git] / Makefile
1 # Fulcon
2 # Copyright (C) 2015 NIWA Hideyuki
3
4 VERSION=0.4
5
6
7 fulcon :
8         (cd src && make)
9
10 install :
11         (cd src && make install)
12
13 uninstall :
14         (cd src && make uninstall)
15
16 clean :
17         (cd src && make clean)