9 lines
178 B
Makefile
9 lines
178 B
Makefile
all:
|
|
@echo "PALISADE has converted to CMake"
|
|
@echo "Try this:"
|
|
@echo mkdir build
|
|
@echo cd build
|
|
@echo cmake ..
|
|
@echo make
|
|
@echo make install \(to install in 'installed'\)
|