Ypnose
8c15118476
PREFIX?=/usr
2012-10-20 19:47:42 +03:00
Ypnose
f15760305e
PREFIX
...
Now system packages / softwares and user softwares are separated
2012-10-16 03:05:11 +03:00
Ypnose
651cdf38d4
Deleted symbols
...
With a custom PKGBUILD (on Archlinux), Makepkg command fails with the previous operators. Now, we can build the package without any issues.
2012-10-14 15:21:26 +03:00
Ypnose
ffb259ac6b
Removed echo
2012-10-12 15:53:21 +03:00
Ypnose
a24d3be5be
Added uninstall option
2012-10-12 15:14:39 +03:00
Georg Reinke
ab350c86f7
Several small corrections
2012-07-24 12:29:35 +02:00
LemonBoy
ba6e51059e
Fixed a memory leak. Cleaned up a bit the code.
2012-07-21 17:41:57 +02:00
LemonBoy
2214927250
UTF8 support.
2012-07-18 17:11:17 +02:00
Ivan Kanakarakis
c7cc3281a8
Makefile: use -Os instead of -O2
...
-Os provides -O2 minus some optimizations that would
increase size, plus optimizations that would decreaze
size, plus -Os usually takes caching into account.
-Os Optimize for size. -Os enables all -O2 optimizations that do not
typically increase code size. It also performs further optimizations
designed to reduce code size.
2012-07-17 14:36:22 +03:00
Ivan Kanakarakis
8317a261c0
Makefile: add rule to create default config
2012-07-17 14:35:16 +03:00
LemonBoy
8beab7672d
Tear-free now.
2012-07-16 22:56:19 +02:00
LemonBoy
fbaf85f480
Here we go.
2012-07-16 11:41:34 +02:00