diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-04-15 08:43:30 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-04-15 08:43:30 +0200 |
| commit | 34b10f41aa285e423cccb161342b68ae7275da4b (patch) | |
| tree | e021c107400ec467b59a019c45d6659110c677cf /build.ninja | |
| parent | dbf14caee2f3ffbcfb21d5ca4d1566e0f57a1aed (diff) | |
| download | slackbuilder-34b10f41aa285e423cccb161342b68ae7275da4b.tar.gz | |
Retrieve updatable packages
Diffstat (limited to 'build.ninja')
| -rw-r--r-- | build.ninja | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/build.ninja b/build.ninja deleted file mode 100644 index 81e0472..0000000 --- a/build.ninja +++ /dev/null @@ -1,16 +0,0 @@ -rule cxx - command = g++ -c -o $out $in - description = CXX $out - -rule link - command = g++ -o $out $in -lboost_filesystem -lboost_system - description = LINK $out - -build build/package.o: cxx src/package.cpp | src/package.h -build build/command.o: cxx src/command.cpp | src/command.h build/package.o src/config.h - -build build/main.o: cxx src/main.cpp - -build build/slackbuilder: link build/main.o build/command.o build/package.o - -default build/slackbuilder |
